FSTATS
Source Files
Modules
Procedures
Derived Types
doe_model_anova
Function
19 statements
Source File
fstats_experimental_design.f90
fstats_experimental_design
doe_model_anova
Contents
public function doe_model_anova(mdl, x, y) result(anova)
Arguments
Type
Intent
Optional
Attributes
Name
class(
doe_model
),
intent(in)
::
mdl
real(kind=real64),
intent(in),
dimension(:,:)
::
x
real(kind=real64),
intent(in),
dimension(:)
::
y
Return Value
type(
doe_anova_table
)